
public class JsniClassLiteral extends JClassLiteral
| Constructor and Description |
|---|
JsniClassLiteral(SourceInfo info,
JType type) |
JsniClassLiteral(SourceInfo info,
String ident,
JType type) |
| Modifier and Type | Method and Description |
|---|---|
String |
getIdent() |
void |
traverse(JVisitor visitor,
Context ctx)
Causes this object to have the visitor visit itself and its children.
|
getField, getRefType, getType, resolve, setFieldhasSideEffectsmakeStatementgetSourceInfo, setSourceInfo, toSource, toStringpublic JsniClassLiteral(SourceInfo info, String ident, JType type)
public JsniClassLiteral(SourceInfo info, JType type)
public String getIdent()
public void traverse(JVisitor visitor, Context ctx)
JVisitabletraverse in interface JVisitabletraverse in class JClassLiteralvisitor - the visitor that should traverse this nodectx - the context of an existing traversalCopyright © 2018. All rights reserved.