Uses of Interface
org.sentrysoftware.jawk.intermediate.Address
Packages that use Address
-
Uses of Address in org.sentrysoftware.jawk.intermediate
Methods in org.sentrysoftware.jawk.intermediate that return AddressModifier and TypeMethodDescriptionPosition.addressArg()
Obtain the address argument for this tuple.AwkTuples.createAddress
(String label) createAddress.HasFunctionAddress.getFunctionAddress()
Get an address to the tuple where this function is defined.Methods in org.sentrysoftware.jawk.intermediate with parameters of type AddressModifier and TypeMethodDescriptionaddress.void
AwkTuples.consumeInput
(Address address) consumeInput.void
AwkTuples.gotoAddress
(Address address) gotoAddress.void
ifFalse.void
ifTrue.void
AwkTuples.isEmptyList
(Address address) isEmptyList.void
Reposition to the tuple located at a particular address.void
AwkTuples.setExitAddress
(Address addr) setExitAddress.