jltools.ast
Interface Ambiguous

All Superinterfaces:
java.lang.Cloneable, Copy, Node, java.io.Serializable
All Known Subinterfaces:
AmbExpr, AmbNewArray, AmbParamTypeOrAccess, AmbPrefix, AmbQualifierNode, AmbReceiver, AmbTypeNode

public interface Ambiguous
extends Node

Ambiguous represents an ambiguous AST node. This interface is just a tag. These nodes should not appear after the disambiguate pass.


Methods inherited from interface jltools.ast.Node
buildTypes_, buildTypesOverride_, copy, disambiguate_, disambiguateOverride_, disambiguateTypes_, disambiguateTypesOverride_, dump, enterScope, exceptionCheck_, exceptionCheckOverride_, ext, ext, foldConstants_, foldConstantsOverride_, leaveScope, position, position, reconstructTypes_, translate_, typeCheck_, typeCheckOverride_, visit, visitChildren