Package org.eolang.opeo.ast
Interface Typed
-
- All Known Implementing Classes:
Addition
,ArrayConstructor
,AstNode.Empty
,Cast
,CheckCast
,ClassField
,ClassName
,Constant
,Constructor
,Duplicate
,DynamicInvocation
,Field
,FieldRetrieval
,InterfaceInvocation
,Invocation
,Labeled
,Literal
,LocalVariable
,Multiplication
,NewAddress
,Popped
,StaticInvocation
,StoreArray
,Substraction
,Super
,This
public interface Typed
Typed node. All nodes that implement this interface should have a type. It might be a primitive type, an object type or even void.- Since:
- 0.2
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.objectweb.asm.Type
type()
Node type.
-