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, setField
hasSideEffects
makeStatement
getSourceInfo, setSourceInfo, toSource, toString
public JsniClassLiteral(SourceInfo info, String ident, JType type)
public JsniClassLiteral(SourceInfo info, JType type)
public String getIdent()
public void traverse(JVisitor visitor, Context ctx)
JVisitable
traverse
in interface JVisitable
traverse
in class JClassLiteral
visitor
- the visitor that should traverse this nodectx
- the context of an existing traversalCopyright © 2018. All rights reserved.