jif.types.label
Interface DynamicLabel

All Superinterfaces:
java.lang.Cloneable, polyglot.util.Copy, Label, Param, java.io.Serializable, polyglot.types.TypeObject
All Known Implementing Classes:
DynamicLabel_c

public interface DynamicLabel
extends Label

Dynamic label.


Method Summary
 AccessPath path()
           
 Label subst(AccessPathRoot r, AccessPath e)
           
 
Methods inherited from interface jif.types.label.Label
components, componentString, componentString, description, hasVariables, isBottom, isComparable, isCovariant, isDisambiguated, isEnumerable, isInvariant, isRuntimeRepresentable, isSingleton, isTop, join, labelCheck, leq_, setDescription, simplify, singletonComponent, subst, throwTypes, toJava, toString, variables
 
Methods inherited from interface jif.types.Param
isCanonical
 
Methods inherited from interface polyglot.types.TypeObject
equalsImpl, position, typeSystem
 
Methods inherited from interface polyglot.util.Copy
copy
 

Method Detail

path

AccessPath path()

subst

Label subst(AccessPathRoot r,
            AccessPath e)