public final class Meta extends Crypt
Modifier and Type | Field and Description |
---|---|
(package private) static int |
level |
static Tree |
mark |
Constructor and Description |
---|
Meta() |
Modifier and Type | Method and Description |
---|---|
static void |
clear() |
(package private) static void |
dump_names(PrintStream out) |
static Tree |
escape(double n) |
static Tree |
escape(long n) |
static Tree |
escape(String s) |
static Tree |
escape(Tree e) |
static Tree |
new_name() |
static Condition |
pattern_list(Trees args,
String v) |
static Condition |
pattern(Tree e,
String v) |
static String |
reify(Tree e) |
static Tree |
subst_expr(Tree term,
Tree value,
Tree e) |
static Trees |
subst_list(Tree term,
Tree value,
Trees es) |
static Tree |
substitute(Trees path,
Tree e,
Tree value) |
public static final Tree mark
static int level
public static Tree new_name()
public static void clear()
public static Tree escape(long n)
public static Tree escape(double n)
static void dump_names(PrintStream out)
Copyright © 2013-2015 The Apache Software Foundation. All Rights Reserved.