Class ScopeNode
- java.lang.Object
-
- com.google.api.generator.engine.ast.ScopeNode
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(AstNodeVisitor visitor)Writes the syntatically-correct Java code representation of this node.booleanequals(Object o)inthashCode()StringtoString()
-
-
-
Method Detail
-
accept
public void accept(AstNodeVisitor visitor)
Description copied from interface:AstNodeWrites the syntatically-correct Java code representation of this node.
-
-