java.lang.Object
com.wyu4.snowberryjam.compiler.data.values.ValueHolder
com.wyu4.snowberryjam.compiler.data.values.InteractiveValueHolder
com.wyu4.snowberryjam.compiler.data.values.io.ReadFile
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.wyu4.snowberryjam.compiler.data.values.InteractiveValueHolder
getA, getBMethods inherited from class com.wyu4.snowberryjam.compiler.data.values.ValueHolder
checkValueIsConditional, equals, fromNode, getArray, getPointer, getSize, getString, isType, notEmpty, superEquals
-
Constructor Details
-
ReadFile
public ReadFile(com.fasterxml.jackson.databind.JsonNode node) -
ReadFile
-
-
Method Details
-
getValue
Description copied from class:ValueHolderGet the value being pointed to casted as anObject. The contents being returned by this method are mutable.- Overrides:
getValuein classValueHolder- Returns:
- The value being pointed to, in its current state.
-
getId
Description copied from class:ValueHolderGet the ID of the value holder- Overrides:
getIdin classValueHolder- Returns:
SourceId.READ_FILE
-
getType
Description copied from class:ValueHolderGet the type being pointed to- Overrides:
getTypein classValueHolder- Returns:
- The class type
- See Also:
-
toString
- Overrides:
toStringin classValueHolder
-