Class CodeTree

java.lang.Object
com.oracle.truffle.dsl.processor.java.model.CodeTree

public class CodeTree extends Object
  • Method Details

    • setParent

      public void setParent(CodeTree parent)
    • getParent

      public CodeTree getParent()
    • getType

      public TypeMirror getType()
    • add

      public void add(CodeTree element)
    • getEnclosedElements

      public final List<CodeTree> getEnclosedElements()
    • getCodeKind

      public final CodeTreeKind getCodeKind()
    • getString

      public String getString()
    • setType

      public void setType(TypeMirror type)
    • isEmpty

      public boolean isEmpty()
    • containsKind

      public boolean containsKind(CodeTreeKind k)
    • isSingleLine

      public boolean isSingleLine()