Class InstanceofExpr
- java.lang.Object
-
- com.google.api.generator.engine.ast.InstanceofExpr
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classInstanceofExpr.Builder
-
Constructor Summary
Constructors Constructor Description InstanceofExpr()
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description voidaccept(AstNodeVisitor visitor)Writes the syntatically-correct Java code representation of this node.static InstanceofExpr.Builderbuilder()abstract TypeNodecheckType()abstract Exprexpr()TypeNodetype()
-
-
-
Method Detail
-
expr
public abstract Expr expr()
-
checkType
public abstract TypeNode checkType()
-
accept
public void accept(AstNodeVisitor visitor)
Description copied from interface:AstNodeWrites the syntatically-correct Java code representation of this node.
-
builder
public static InstanceofExpr.Builder builder()
-
-