
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, setFieldhasSideEffectsmakeReturnStatement, makeStatementgetSourceInfo, 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)
JNodetraverse in class JClassLiteralvisitor - the visitor that should traverse this nodectx - the context of an existing traversalCopyright © 2018. All rights reserved.